os.processHandle.handle (field)

4 uses

	os (current package)
		exec.go#L72: 	handle uintptr
		exec.go#L93: 			return ph.handle, true
		exec.go#L125: 		handle: handle,
		exec_linux.go#L12: 	syscall.Close(int(ph.handle))